Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
log1p
log1p
Returns log(1 + number), and can calculate the exact result even when the value of number is close to zero.
Name:
log1p
Category:
math
Programming Language:
php
One-line Description:
Returns log(1+number).
Related
Laravel Field Formatting and Model Field Type Conversion Methods
1
Common Issue: How to Prevent xml_set_processing_instruction_handler Callback from Being Invoked Multiple Times and Improve Parsing Performance?
4
curl_multi_close error troubleshooting skills for cooperating with curl_error
8
Combining ob_start and ob_list_handlers for dynamic output cache management
8
Similar Functions
base_convert
base_convert
Convertnumbersbetwee
min
min
Findtheminimumvalue
ceil
ceil
Furthermethodtosort
decoct
decoct
Convertdecimaltoocta
floor
floor
Leavethemethodofsort
expm1
expm1
Returnsexp(number)-1
max
max
Findthemaximumvalue
log10
log10
Logarithmwithbase10
Popular Articles